home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / quit.dir / 00007_èIóþ.ls < prev    next >
Encoding:
Text File  |  1998-02-13  |  140 b   |  10 lines

  1. on mouseDown
  2.   global gquitflg
  3.   if gquitflg = 0 then
  4.     if somebutton() then
  5.       set gquitflg to 1
  6.       quit()
  7.     end if
  8.   end if
  9. end
  10.